body,html{margin:0;padding:0;height:100%;width:100%;font-family:'Montserrat',sans-serif;background:#fffc00;color:#000;overflow:hidden;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100vh;width:100%;padding:1rem}.logo{width:80px;height:80px;margin-bottom:1.5rem}h1{font-size:clamp(2rem,7vw,3.5rem);font-weight:700;margin:0 0 1rem 0;line-height:1.2}p{font-size:clamp(1rem,4vw,1.2rem);font-weight:400;margin:0 0 2rem 0;max-width:600px;line-height:1.5}.cta{display:inline-block;background:#000;color:#fff;font-size:1.1rem;font-weight:700;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,.2);outline:2px solid transparent;outline-offset:2px}